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 | 遽娯岡 | 111001111010111110001100111000101000100110101010 | e7af8ce289aa |
EUC-JP | 遽娯岡 | 111011101011000110111000111001001011001010101100 | eeb1b8e4b2ac |
UTF-8 | 遽娯岡 | 111010011000000110111101111001011010100010101111111001011011001010100001 | e981bde5a8afe5b2a1 |
UHC | 遽?岡 | 1100101111101000001111111100101110101010 | cbe83fcbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)