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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雲?ぐ?彧 | 1000100101011111001111111000001010101110001111111111101010111001 | 895f3f82ae3ffab9 |
EUC-JP | 雲?ぐ?彧 | 101100011100000000111111101001001011000000111111100011111011110011111110 | b1c03fa4b03f8fbcfe |
UTF-8 | 雲랑ぐ렑彧 | 111010011001101110110010111010111001111010010001111000111000000110010000111010111010000010010001111001011011110110100111 | e99bb2eb9e91e38190eba091e5bda7 |
UHC | 雲랑ぐ렑彧 | 11101010101000111011011011111011101010101011000010001110101001101110100111101110 | eaa3b6fbaab08ea6e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)