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 | ?る???ⅱ | 0011111110000010111010010011111100111111001111111111101001000001 | 3f82e93f3f3ffa41 |
EUC-JP | ?る?堉?? | 001111111010010011101011001111111000111110110111111111010011111100111111 | 3fa4eb3f8fb7fd3f3f |
UTF-8 | 閭る벡堉붹ⅱ | 111011111010011010000110111000111000001010001011111010111011001010100001111001011010000010001001111010111011011010111001111000101000010110110001 | efa686e3828bebb2a1e5a089ebb6b9e285b1 |
UHC | 閭る벡堉붹ⅱ | 111001101010110110101010111010111011101010100100111010111011110010010100111001101010010110100010 | e6adaaebbaa4ebbc94e6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)