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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ン盒鯑ソ | 110111011110000110110100111010011100010010111111 | dde1b4e9c4bf |
EUC-JP | ン盒鯑ソ | 1000111011011101111000101011011011110010110001101000111010111111 | 8edde2b6f2c68ebf |
UTF-8 | ン盒鯑ソ | 111011111011111010011101111001111001101110010010111010011010111110010001111011111011110110111111 | efbe9de79b92e9af91efbdbf |
UHC | ?盒?? | 0011111111111001111011000011111100111111 | 3ff9ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)