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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??腱 | 00111111001111111110010001000110 | 3f3fe446 |
EUC-JP | ??腱 | 00111111001111111110011110100111 | 3f3fe7a7 |
UTF-8 | 람괠腱 | 111010111001111010001100111010101011010010100000111010001000010110110001 | eb9e8ceab4a0e885b1 |
UHC | 람괠腱 | 101101101111011110110001101001111100101111110010 | b6f7b1a7cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)