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 | 癲?9孺?? | 111000011001111100111111100000100101100010011011011111010011111100111111 | e19f3f82589b7d3f3f |
EUC-JP | 癲?9孺?? | 111000101010000100111111101000111011100111010101110111100011111100111111 | e2a13fa3b9d5de3f3f |
UTF-8 | 癲쒕9孺욘끽 | 111001111001100110110010111011001001001010010101111011111011110010011001111001011010110110111010111011001001101010011000111010111000000110111101 | e799b2ec9295efbc99e5adbaec9a98eb81bd |
UHC | 癲쒕9孺욘끽 | 111011111010011010011100111010111010001110111001111010101110100010111111111001101011001110100011 | efa69ceba3b9eae8bfe6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)