To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???L?|?[^ | 001111110011111100111111010011000011111101111100001111110101101101011110 | 3f3f3f4c3f7c3f5b5e |
SJIS-WIN | ???L?|?[^ | 001111110011111100111111010011000011111101111100001111110101101101011110 | 3f3f3f4c3f7c3f5b5e |
EUC-JP | ???L?|?[^ | 001111110011111100111111010011000011111101111100001111110101101101011110 | 3f3f3f4c3f7c3f5b5e |
UTF-8 | 혧쨀혩L혳|챈[^ | 11101101100110001010011111101100101010001000000011101101100110001010100101001100111011011001100010110011011111001110110010110001100010000101101101011110 | ed98a7eca880ed98a94ced98b37cecb1885b5e |
UHC | 혧쨀혩L혳|챈[^ | 1100001010001111110000101011001111000010100100010100110011000010100110100111110011000011101001100101101101011110 | c28fc2b3c2914cc29a7cc3a65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)