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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倚??倚?? | 1001100011011111001111110011111110011000110111110011111100111111 | 98df3f3f98df3f3f |
EUC-JP | 倚??倚?? | 1101000011100001001111110011111111010000111000010011111100111111 | d0e13f3fd0e13f3f |
UTF-8 | 倚덈졋倚덈졏 | 111001011000000010011010111010111000110110001000111011001010000110001011111001011000000010011010111010111000110110001000111011001010000110001111 | e5809aeb8d88eca18be5809aeb8d88eca18f |
UHC | 倚덈졋倚덈졏 | 111010111110111110001000111010111010000010111010111010111110111110001000111010111010000010111100 | ebef88eba0baebef88eba0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)