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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 詠?詠途^ | 1000100101110010001111111000100101110010100100110111001001011110 | 89723f897293725e |
EUC-JP | 詠?詠途^ | 1011000111010011001111111011000111010011110001011101001101011110 | b1d33fb1d3c5d35e |
UTF-8 | 詠쭹詠途^ | 11101000101010011010000011101100101011011011100111101000101010011010000011101001100000001001010001011110 | e8a9a0ecadb9e8a9a0e980945e |
UHC | 詠쭹詠途^ | 111001111100100111000010111001111110011111001001110101001011001001011110 | e7c9c2e7e7c9d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)