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 | 蜈??訝?? | 1110010110000101001111110011111111100110011000100011111100111111 | e5853f3fe6623f3f |
EUC-JP | 蜈??訝?? | 1110100111100101001111110011111111101011110000110011111100111111 | e9e53f3febc33f3f |
UTF-8 | 蜈욅낯訝묋쪥 | 111010001001110010001000111011001001101010000101111010111000001010101111111010001010100010011101111010111010110010001011111011001010101010100101 | e89c88ec9a85eb82afe8a89debac8becaaa5 |
UHC | 蜈욅낯訝묋쪥 | 111010001010010110011110111001111011001110111000111001001011100010010001111010001010010110011110 | e8a59ee7b3b8e4b891e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)