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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???孼?? | 0011111100111111001111111000111110111010110000110011111100111111 | 3f3f3f8fbac33f3f |
UTF-8 | 樂롡닜孼껇젚 | 111011111010011010111111111010111010000110100001111010111000101110011100111001011010110110111100111010101011101110000111111011001010000010011010 | efa6bfeba1a1eb8b9ce5adbceabb87eca09a |
UHC | 樂롡닜孼껇젚 | 111010001111100110001110111000101000100010011101111001011110110110000011111010001010000010010110 | e8f98ee2889de5ed83e8a096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)