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 | ???獄?? | 00111111001111110011111110001101100101100011111100111111 | 3f3f3f8d963f3f |
EUC-JP | 孼??獄?? | 100011111011101011000011001111110011111110111001111101100011111100111111 | 8fbac33f3fb9f63f3f |
UTF-8 | 孼뽫녇獄띹맻 | 111001011010110110111100111010111011110110101011111010111000010110000111111001111000110110000100111010111001110110111001111010111010011110111011 | e5adbcebbdabeb8587e78d84eb9db9eba7bb |
UHC | 孼뽫녇獄띹맻 | 111001011110110110010110111001111000011010111110111010001010101110001101111010001001000010111100 | e5ed96e786bee8ab8de890bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)