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 | 獨湿酌湿斜湿 | 111000001101010110001110101111001000111011011110100011101011110010001110110011101000111010111100 | e0d58ebc8ede8ebc8ece8ebc |
EUC-JP | 獨湿酌湿斜湿 | 111000001101011110111100101111101011110011100000101111001011111010111100110100001011110010111110 | e0d7bcbebce0bcbebcd0bcbe |
UTF-8 | 獨湿酌湿斜湿 | 111001111000110110101000111001101011100110111111111010011000010110001100111001101011100110111111111001101001011010011100111001101011100110111111 | e78da8e6b9bfe9858ce6b9bfe6969ce6b9bf |
UHC | 獨?酌?斜? | 110101001011110000111111111011011100110000111111110111101101100000111111 | d4bc3fedcc3fded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)