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 | 譽??徇?? | 1110011010100011001111110011111110011100011011010011111100111111 | e6a33f3f9c6d3f3f |
EUC-JP | 譽??徇?? | 1110110010100101001111110011111111010111110011100011111100111111 | eca53f3fd7ce3f3f |
UTF-8 | 譽쎾떮徇뉓꽋 | 111010001010110110111101111011001000111010111110111010111001011010101110111001011011111010000111111010111000100110010011111010101011110110001011 | e8adbdec8ebeeb96aee5be87eb8993eabd8b |
UHC | 譽쎾떮徇뉓꽋 | 111001111110001010011011111001011000101110111110111000101101111110000111111010001000010010011011 | e7e29be58bbee2df87e8849b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)