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 | ?驗?? | 0011111111101001100001000011111100111111 | 3fe9843f3f |
EUC-JP | ?驗?? | 0011111111110001111001000011111100111111 | 3ff1e43f3f |
UTF-8 | 듺驗멞듺 | 111010111001001110111010111010011010100110010111111010111010100110011110111010111001001110111010 | eb93bae9a997eba99eeb93ba |
UHC | 듺驗멞듺 | 1000101011100000111110101101000010010001010011101000101011100000 | 8ae0fad0914e8ae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)