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 | 鞜芽渊 | 111010001101111110001001111010001001111110111011 | e8df89e89fbb |
EUC-JP | 鞜芽渊 | 111100001110000110110010111010101101111010111101 | f0e1b2eadebd |
UTF-8 | 鞜芽渊 | 111010011001111010011100111010001000101010111101111001101011100010001010 | e99e9ce88abde6b88a |
UHC | ?芽? | 00111111111001001011010000111111 | 3fe4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)