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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 額??楢?? | 1000101001111010001111110011111110010011111010000011111100111111 | 8a7a3f3f93e83f3f |
EUC-JP | 額??楢?? | 1011001111011011001111110011111111000110111010100011111100111111 | b3db3f3fc6ea3f3f |
UTF-8 | 額곗눖楢얏꼷 | 111010011010000110001101111010101011001110010111111010111000100010010110111001101010010110100010111011001001011010001111111010101011110010110111 | e9a18deab397eb8896e6a5a2ec968feabcb7 |
UHC | 額곗눖楢얏꼷 | 111001001111111010110000111011001000011110110000111010101111100110111110111001101000010010001111 | e4feb0ec87b0eaf9bee6848f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)