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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 錫??v | 1000111011100000001111110011111101110110 | 8ee03f3f76 |
EUC-JP | 錫??v | 1011110011100010001111110011111101110110 | bce23f3f76 |
UTF-8 | 錫롎렯v | 11101001100011001010101111101011101000011000111011101011101000001010111101110110 | e98cabeba18eeba0af76 |
UHC | 錫롎렯v | 11100000101110001000111011010100100011101011110001110110 | e0b88ed48ebc76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)