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 | 鈺??臾? | 11111011110001000011111100111111111001000110101100111111 | fbc43f3fe46b3f |
EUC-JP | 鈺??臾? | 1000111111100011110101010011111100111111111001111100110000111111 | 8fe3d53f3fe7cc3f |
UTF-8 | 鈺곕뜃臾쯪 | 111010011000100010111010111010101011001110010101111010111001110010000011111010001000011110111110111011001010111110101010 | e988baeab395eb9c83e887beecafaa |
UHC | 鈺곕뜃臾쯪 | 11101000101011011011000011101011100011011000011111101011101011001010100101101000 | e8adb0eb8d87ebaca968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)