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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓?∥爾 | 11101000101111010011111110000001011000011000111010100010 | e8bd3f81618ea2 |
EUC-JP | 霓?‖爾 | 11110000101111110011111110100001110000101011110010100100 | f0bf3fa1c2bca4 |
UTF-8 | 霓ㅻ∥爾 | 111010011001110010010011111000111000010110111011111000101000100010100101111001111000100010111110 | e99c93e385bbe288a5e788be |
UHC | 霓ㅻ∥爾 | 1110011111100111101001001110101110100001101010111110110010110011 | e7e7a4eba1abecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)