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 | 額??倚?? | 1000101001111010001111110011111110011000110111110011111100111111 | 8a7a3f3f98df3f3f |
EUC-JP | 額??倚?? | 1011001111011011001111110011111111010000111000010011111100111111 | b3db3f3fd0e13f3f |
UTF-8 | 額곗눊倚닸쨫 | 111010011010000110001101111010101011001110010111111010111000100010001010111001011000000010011010111010111000101110111000111011001010100010101011 | e9a18deab397eb888ae5809aeb8bb8eca8ab |
UHC | 額곗눊倚닸쨫 | 111001001111111010110000111011001000011110101000111010111110111110110100111001101010010010000101 | e4feb0ec87a8ebefb4e6a485 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)