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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??曝ぉ? | 00111111001111111001010010011000100000101010011100111111 | 3f3f949882a73f |
EUC-JP | ??曝ぉ? | 00111111001111111100011111111000101001001010100100111111 | 3f3fc7f8a4a93f |
UTF-8 | 룴창曝ぉ룫 | 111010111010001110110100111011001011000010111101111001101001101110011101111000111000000110001001111010111010001110101011 | eba3b4ecb0bde69b9de38189eba3ab |
UHC | 룴창曝ぉ룫 | 10001111101010011100001110100010111110001110110110101010101010011000111110100010 | 8fa9c3a2f8edaaa98fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)