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 | 癲??誼?┤ | 111000011001111100111111001111111000101101100010001111111000010010100111 | e19f3f3f8b623f84a7 |
EUC-JP | 癲??誼?┤ | 111000101010000100111111001111111011010111000011001111111010100010101001 | e2a13f3fb5c33fa8a9 |
UTF-8 | 癲귣챶誼뤄┤ | 111001111001100110110010111010101011011110100011111011001011000110110110111010001010101010111100111010111010010010000100111000101001010010100100 | e799b2eab7a3ecb1b6e8aabceba484e294a4 |
UHC | 癲귣챶誼뤄┤ | 111011111010011010000010111010111010101010000011111010111111111010110111111011111010011010101001 | efa682ebaa83ebfeb7efa6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)