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 | 燿??鈺? | 11100000101000000011111100111111111110111100010000111111 | e0a03f3ffbc43f |
EUC-JP | 燿??鈺? | 1110000010100010001111110011111110001111111000111101010100111111 | e0a23f3f8fe3d53f |
UTF-8 | 燿쒙쉿鈺롣 | 111001111000011110111111111011001001001010011001111011001000100110111111111010011000100010111010111010111010000110100011 | e787bfec9299ec89bfe988baeba1a3 |
UHC | 燿쒙쉿鈺롣 | 11101000111111001001110011101111101111011011001011101000101011011000111011100100 | e8fc9cefbdb2e8ad8ee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)