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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?躁?? | 0011111111100111010011100011111100111111 | 3fe74e3f3f |
EUC-JP | ?躁?? | 0011111111101101101011110011111100111111 | 3fedaf3f3f |
UTF-8 | 쉠躁璉쌩 | 111011001000100110100000111010001011101010000001111011111010011010010100111011001000110010101001 | ec89a0e8ba81efa694ec8ca9 |
UHC | 쉠躁璉쌩 | 1011110110101010111100001110001011100110110110011011110111011111 | bdaaf0e2e6d9bddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)