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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 瓮??倭??\ | 111000010100010000111111001111111001100001100000001111110011111101011100 | e1443f3f98603f3f5c |
EUC-JP | 瓮??倭??\ | 111000011010010100111111001111111100111111000001001111110011111101011100 | e1a53f3fcfc13f3f5c |
UTF-8 | 瓮뗰쉼倭낉슴\ | 11100111100100111010111011101011100101111011000011101100100010011011110011100101100000001010110111101011100000101000100111101100100010101011010001011100 | e793aeeb97b0ec89bce580adeb8289ec8ab45c |
UHC | 瓮뗰쉼倭낉슴\ | 11101000101101111000101111101111101111011011000011101000110111101000010111101111101111011011111101011100 | e8b78befbdb0e8de85efbdbf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)