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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????傷 | 00111111001111110011111100111111001111111000111110011101 | 3f3f3f3f3f8f9d |
EUC-JP | ?????傷 | 00111111001111110011111100111111001111111011110111111101 | 3f3f3f3f3fbdfd |
UTF-8 | 렯렡얏롘렯傷 | 111010111010000010101111111010111010000010100001111011001001011010001111111010111010000110011000111010111010000010101111111001011000001010110111 | eba0afeba0a1ec968feba198eba0afe582b7 |
UHC | 렯렡얏롘렯傷 | 100011101011110010001110101100101011111011100110100011101101110010001110101111001101111110111111 | 8ebc8eb2bee68edc8ebcdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)