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 | 艤峨ぎ | 111001000111111010001001111000111000001010101100 | e47e89e382ac |
EUC-JP | 艤峨ぎ | 111001111101111110110010111001011010010010101110 | e7dfb2e5a4ae |
UTF-8 | 艤峨ぎ | 111010001000100110100100111001011011001110101000111000111000000110001110 | e889a4e5b3a8e3818e |
UHC | 艤峨ぎ | 111010111111101011100100101100011010101010101110 | ebfae4b1aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)