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 | 燿??嚥? | 11100000101000000011111100111111100110101000101100111111 | e0a03f3f9a8b3f |
EUC-JP | 燿??嚥? | 11100000101000100011111100111111110100111110101100111111 | e0a23f3fd3eb3f |
UTF-8 | 燿녔궆嚥짟 | 111001111000011110111111111010111000010110010100111010101011011010000110111001011001101010100101111011001010011110011111 | e787bfeb8594eab686e59aa5eca79f |
UHC | 燿녔궆嚥짟 | 11101000111111001011001111100110100000101001111111100110101111111010010001000010 | e8fcb3e6829fe6bfa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)