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 | 役??鎰? | 10010110111100000011111100111111111010000100110000111111 | 96f03f3fe84c3f |
EUC-JP | 役??鎰? | 11001100111100100011111100111111111011111010110100111111 | ccf23f3fefad3f |
UTF-8 | 役대챿鎰쀤 | 111001011011110110111001111010111000110010000000111011001011000110111111111010011000111010110000111011001000000010100100 | e5bdb9eb8c80ecb1bfe98eb0ec80a4 |
UHC | 役대챿鎰쀤 | 11100110101101011011010011101011101010101000110011101100111100001001011111100100 | e6b5b4ebaa8cecf097e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)