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 | 語??爰?? | 1000110011101010001111110011111111100000101001110011111100111111 | 8cea3f3fe0a73f3f |
EUC-JP | 語??爰?? | 1011100011101100001111110011111111100000101010010011111100111111 | b8ec3f3fe0a93f3f |
UTF-8 | 語뤴뫗爰볢뵯 | 111010001010101010011110111010111010010010110100111010111010101110010111111001111000100010110000111010111011001110100010111010111011010110101111 | e8aa9eeba4b4ebab97e788b0ebb3a2ebb5af |
UHC | 語뤴뫗爰볢뵯 | 111001011101111010001111111000101001000110111001111010101011101010010011111010001001010010101101 | e5de8fe291b9eaba93e894ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)