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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 至?葬?? | 10001110100010100011111110010001100100100011111100111111 | 8e8a3f91923f3f |
EUC-JP | 至?葬?? | 10111011111010100011111111000001111100100011111100111111 | bbea3fc1f23f3f |
UTF-8 | 至렞葬흗눗 | 111010001000011110110011111010111010000010011110111010001001000110101100111011011001110110010111111010111000100010010111 | e887b3eba09ee891aced9d97eb8897 |
UHC | 至렞葬흗눗 | 11110010101110001000111010101111111011011111011111001000111010011011010010110000 | f2b88eafedf7c8e9b4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)