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 | 夜??旬?? | 1001011011101001001111110011111110001111011110110011111100111111 | 96e93f3f8f7b3f3f |
EUC-JP | 夜??旬?? | 1100110011101011001111110011111110111101110111000011111100111111 | cceb3f3fbddc3f3f |
UTF-8 | 夜껊ㅇ旬썹맧 | 111001011010010010011100111010101011101110001010111000111000010110000111111001101001011110101100111011001000110110111001111010111010011110100111 | e5a49ceabb8ae38587e697acec8db9eba7a7 |
UHC | 夜껊ㅇ旬썹맧 | 111001011010100010000011111010111010010010110111111000101110001010111101111001111001000010110000 | e5a883eba4b7e2e2bde790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)