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 | 永る?陰?? | 100010010110100110000010111010010011111110001001010000010011111100111111 | 896982e93f89413f3f |
EUC-JP | 永る?陰?? | 101100011100101010100100111010110011111110110001101000100011111100111111 | b1caa4eb3fb1a23f3f |
UTF-8 | 永る뎿陰삼쭚 | 111001101011000010111000111000111000001010001011111010111000111010111111111010011001100110110000111011001000001010111100111011001010110110011010 | e6b0b8e3828beb8ebfe999b0ec82bcecad9a |
UHC | 永る뎿陰삼쭚 | 111001111011010110101010111010111000100110010010111010111110010010111011111011111010011110010000 | e7b5aaeb8992ebe4bbefa790 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)