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 | ???唯?┯ | 0011111100111111001111111001011101000010001111111000010010110110 | 3f3f3f97423f84b6 |
EUC-JP | ???唯?┯ | 0011111100111111001111111100110110100011001111111010100010111000 | 3f3f3fcda33fa8b8 |
UTF-8 | 劣믨엽唯놅┯ | 111011111010011010011101111010111010111110101000111011001001011110111101111001011001010010101111111010111000011010000101111000101001010010101111 | efa69debafa8ec97bde594afeb8685e294af |
UHC | 劣믨엽唯놅┯ | 111001101110101110010010111010101011111110110001111010101110011010000110111011111010011010111000 | e6eb92eabfb1eae686efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)