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 | ?罕庭??? | 0011111111100011101001011001001011101011001111110011111100111111 | 3fe3a592eb3f3f3f |
EUC-JP | ?罕庭??? | 0011111111100110101001111100010011101101001111110011111100111111 | 3fe6a7c4ed3f3f3f |
UTF-8 | 뤋罕庭쨵샅렒 | 111010111010010010001011111001111011110110010101111001011011101010101101111011001010100010110101111011001000001110000101111010111010000010010010 | eba48be7bd95e5baadeca8b5ec8385eba092 |
UHC | 뤋罕庭쨵샅렒 | 100011111011101111111001110101101110111111010100101001001000111110111011111101001000111010100111 | 8fbbf9d6efd4a48fbbf48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)