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 | ???瑤? | 001111110011111100111111111010101010001000111111 | 3f3f3feaa23f |
EUC-JP | ???瑤? | 001111110011111100111111111101001010010000111111 | 3f3f3ff4a43f |
UTF-8 | 醴졼굟瑤틼 | 111011111010011010110111111011001010000110111100111010101011010110011111111001111001000110100100111011011000101110111100 | efa6b7eca1bceab59fe791a4ed8bbc |
UHC | 醴졼굟瑤틼 | 11100111111001001010000011100011100000101000011111101000111111011011101101000010 | e7e4a0e38287e8fdbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)