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 | 役???? | 100101101111000000111111001111110011111100111111 | 96f03f3f3f3f |
EUC-JP | 役???? | 110011001111001000111111001111110011111100111111 | ccf23f3f3f3f |
UTF-8 | 役대뛻留랥 | 111001011011110110111001111010111000110010000000111010111001101110111011111011111010011110001101111010111001111010100101 | e5bdb9eb8c80eb9bbbefa78deb9ea5 |
UHC | 役대뛻留랥 | 11100110101101011011010011101011100011011000000111101011101001111000111001000110 | e6b5b4eb8d81eba78e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)