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 | 屋j???? | 1000100110101110100000101000101000111111001111110011111100111111 | 89ae828a3f3f3f3f |
EUC-JP | 屋j???? | 1011001010110000101000111110101000111111001111110011111100111111 | b2b0a3ea3f3f3f3f |
UTF-8 | 屋j쐴鱗울쬂 | 111001011011000110001011111011111011110110001010111011001001000010110100111011111010011110110010111011001001101010111000111011001010110010000010 | e5b18befbd8aec90b4efa7b2ec9ab8ecac82 |
UHC | 屋j쐴鱗울쬂 | 111010001010100110100011111010101011111010100001111011001110011110111111111011111010011010011001 | e8a9a3eabea1ece7bfefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)