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 | 阿??港?? | 1000100010100010001111110011111110001101011000000011111100111111 | 88a23f3f8d603f3f |
EUC-JP | 阿??港?? | 1011000010100100001111110011111110111001110000010011111100111111 | b0a43f3fb9c13f3f |
UTF-8 | 阿잛뢿港뜹보 | 111010011001100010111111111011001001111010011011111010111010001010111111111001101011100010101111111010111001110010111001111010111011001110110100 | e998bfec9e9beba2bfe6b8afeb9cb9ebb3b4 |
UHC | 阿잛뢿港뜹보 | 111001001011100110011111111011001000111110000010111110011111101110110110111001011011101010111000 | e4b99fec8f82f9fbb6e5bab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)