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 | 癲??應?┤ | 111000011001111100111111001111111001110011100100001111111000010010100111 | e19f3f3f9ce43f84a7 |
EUC-JP | 癲??應?┤ | 111000101010000100111111001111111101100011100110001111111010100010101001 | e2a13f3fd8e63fa8a9 |
UTF-8 | 癲⑸뜄應뤄┤ | 111001111001100110110010111000101001000110111000111010111001110010000100111001101000011110001001111010111010010010000100111000101001010010100100 | e799b2e291b8eb9c84e68789eba484e294a4 |
UHC | 癲⑸뜄應뤄┤ | 111011111010011010101001111010111000110110001000111010111110101110110111111011111010011010101001 | efa6a9eb8d88ebebb7efa6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)