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 | ??甚??蓴 | 0011111100111111100100000111001000111111001111111110010011110001 | 3f3f90723f3fe4f1 |
EUC-JP | ??甚??蓴 | 0011111100111111101111111101001100111111001111111110100011110011 | 3f3fbfd33f3fe8f3 |
UTF-8 | 롘롖甚롅롌蓴 | 111010111010000110011000111010111010000110010110111001111001010010011010111010111010000110000101111010111010000110001100111010001001001110110100 | eba198eba196e7949aeba185eba18ce893b4 |
UHC | 롘롖甚롅롌蓴 | 100011101101110010001110110110101110010010100100100011101100101110001110110100101110001011110001 | 8edc8edae4a48ecb8ed2e2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)