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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?伊得B | 001111111000100011001001100100111011111001000010 | 3f88c993be42 |
EUC-JP | ?伊得B | 001111111011000011001011110001101100000001000010 | 3fb0cbc6c042 |
UTF-8 | 쒜伊得B | 11101100100100101001110011100100101111001000101011100101101111101001011101000010 | ec929ce4bc8ae5be9742 |
UHC | 쒜伊得B | 10111110101011101110110010100101110101001111000001000010 | beaeeca5d4f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)