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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??ヒ???? | 0011111100111111100000110111000100111111001111110011111100111111 | 3f3f83713f3f3f3f |
EUC-JP | ??ヒ???? | 0011111100111111101001011101001000111111001111110011111100111111 | 3f3fa5d23f3f3f3f |
UTF-8 | 룶즽ヒ룫켫룴햶 | 111010111010001110110110111011001010011010111101111000111000001110010010111010111010001110101011111011001011110010101011111010111010001110110100111011011001011010110110 | eba3b6eca6bde38392eba3abecbcabeba3b4ed96b6 |
UHC | 룶즽ヒ룫켫룴햶 | 1000111110101011101000111000111110101011110100101000111110100010101100010110011110001111101010011100000110001111 | 8faba38fabd28fa2b1678fa9c18f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)