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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヌュレ秧 | 111100111110111011000111101011011111001111101110110110101110001001011110 | f3eec7adf3eedae25e |
EUC-JP | ?ヌュ?レ秧 | 00111111100011101100011110001110101011010011111110001110110110101110001110111111 | 3f8ec78ead3f8edae3bf |
UTF-8 | ヌュレ秧 | 111011101000101110100001111011111011111010000111111011111011110110101101111011101000101110100001111011111011111010011010111001111010011110100111 | ee8ba1efbe87efbdadee8ba1efbe9ae7a7a7 |
UHC | ?????秧 | 00111111001111110011111100111111001111111110010011101011 | 3f3f3f3f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)