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 | ???肄? | 001111110011111100111111111000111110010100111111 | 3f3f3fe3e53f |
EUC-JP | ???肄? | 001111110011111100111111111001101110011100111111 | 3f3f3fe6e73f |
UTF-8 | 嶺뚢뼹肄뎒 | 111011111010011010101011111010111001101010100010111010111011110010111001111010001000001010000100111010111000111010010010 | efa6abeb9aa2ebbcb9e88284eb8e92 |
UHC | 嶺뚢뼹肄뎒 | 11100111101011011000110011100010100101101011110011101100101111011000100101100100 | e7ad8ce296bcecbd8964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)