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 | 鵝??諺℡? | 111010100100000000111111001111111000110010111111100001111000010000111111 | ea403f3f8cbf87843f |
EUC-JP | 鵝??諺?? | 1111001110100001001111110011111110111000110000010011111100111111 | f3a13f3fb8c13f3f |
UTF-8 | 鵝녶쁿諺℡뎴 | 111010011011010110011101111010111000010110110110111011001000000110111111111010001010101110111010111000101000010010100001111010111000111010110100 | e9b59deb85b6ec81bfe8abbae284a1eb8eb4 |
UHC | 鵝녶쁿諺℡뎴 | 111001001011110110000110111001011001100010000110111001011110110010100010111001011000100110000111 | e4bd86e59886e5eca2e58987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)