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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 書?喉\ | 100011111001000100111111100011010100000101011100 | 8f913f8d415c |
EUC-JP | 書?喉\ | 101111011111000100111111101110011010001001011100 | bdf13fb9a25c |
UTF-8 | 書뤌喉\ | 11100110100110111011100011101011101001001000110011100101100101101000100101011100 | e69bb8eba48ce596895c |
UHC | 書뤌喉\ | 11011111111101101000111110111100111111011010101001011100 | dff68fbcfdaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)