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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???嗽?嗽^ | 001111110011111100111111100110100111010100111111100110100111010101011110 | 3f3f3f9a753f9a755e |
EUC-JP | ???嗽?嗽^ | 001111110011111100111111110100111101011000111111110100111101011001011110 | 3f3f3fd3d63fd3d65e |
UTF-8 | 잏黎年嗽年嗽^ | 11101100100111101000111111101111101001101000100111101111101001101000111011100101100101111011110111101111101001101000111011100101100101111011110101011110 | ec9e8fefa689efa68ee597bdefa68ee597bd5e |
UHC | 잏黎年嗽年嗽^ | 10011111111001111110011010110001111001101100010011100001111101011110011011000100111000011111010101011110 | 9fe7e6b1e6c4e1f5e6c4e1f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)