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 | 獰??愿η? | 111000001101011000111111001111111001110011000011100000111100010100111111 | e0d63f3f9cc383c53f |
EUC-JP | 獰??愿η? | 111000001101100000111111001111111101100011000101101001101100011100111111 | e0d83f3fd8c5a6c73f |
UTF-8 | 獰욌쐢愿η랜 | 1110011110001101101100001110110010011010100011001110110010010000101000101110011010000100101111111100111010110111111010111001111010011100 | e78db0ec9a8cec90a2e684bfceb7eb9e9c |
UHC | 獰욌쐢愿η랜 | 111001111011111010011110111010111001110010001000111010101011010010100101111001111011011110100011 | e7be9eeb9c88eab4a5e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)