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 | ??ゲ?功∮ | 001111110011111110000011010100010011111110001100111101111000011110010011 | 3f3f83513f8cf78793 |
EUC-JP | ??ゲ?功? | 0011111100111111101001011011001000111111101110001111100100111111 | 3f3fa5b23fb8f93f |
UTF-8 | 룶즽ゲ룴功∮ | 111010111010001110110110111011001010011010111101111000111000001010110010111010111010001110110100111001011000101010011111111000101000100010101110 | eba3b6eca6bde382b2eba3b4e58a9fe288ae |
UHC | 룶즽ゲ룴功∮ | 100011111010101110100011100011111010101110110010100011111010100111001101111011011010001010110001 | 8faba38fabb28fa9cdeda2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)