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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 僊菽船F | 10011001010000011110010011000001100100010100010001000110 | 9941e4c1914446 |
EUC-JP | 僊菽船F | 11010001101000101110100011000011110000011010010101000110 | d1a2e8c3c1a546 |
UTF-8 | 僊菽船F | 11100101100000111000101011101000100011111011110111101000100010001011100101000110 | e5838ae88fbde888b946 |
UHC | 僊菽船F | 11100000101110101110001011011101111000001100111101000110 | e0bae2dde0cf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)