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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 韜亂Y韜亂bE | 1110100011101001100110001010101001011001111010001110100110011000101010100110001001000101 | e8e998aa59e8e998aa6245 |
EUC-JP | 韜亂Y韜亂bE | 1111000011101011110100001010110001011001111100001110101111010000101011000110001001000101 | f0ebd0ac59f0ebd0ac6245 |
UTF-8 | 韜亂Y韜亂bE | 111010011001111110011100111001001011101010000010010110011110100110011111100111001110010010111010100000100110001001000101 | e99f9ce4ba8259e99f9ce4ba826245 |
UHC | 韜亂Y韜亂bE | 1101010010110111110101011010111101011001110101001011011111010101101011110110001001000101 | d4b7d5af59d4b7d5af6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)