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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夜??移 | 100101101110100100111111001111111000100011011010 | 96e93f3f88da |
EUC-JP | 夜??移 | 110011001110101100111111001111111011000011011100 | cceb3f3fb0dc |
UTF-8 | 夜껋띂移 | 111001011010010010011100111010101011101110001011111010111001110110000010111001111010011110111011 | e5a49ceabb8beb9d82e7a7bb |
UHC | 夜껋띂移 | 1110010110101000100000111110110010001101101111011110110010111001 | e5a883ec8dbdecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)