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 | 濶ア蝣エ譟腺 | 11101000100010011011000111100101101000001011010011100110100111111001000101000010 | e889b1e5a0b4e69f9142 |
EUC-JP | 濶ア蝣エ譟腺 | 111011111110100110001110101100011110101010100010100011101011010011101100101000011100000110100011 | efe98eb1eaa28eb4eca1c1a3 |
UTF-8 | 濶ア蝣エ譟腺 | 111001101011111110110110111011111011110110110001111010001001110110100011111011111011110110110100111010001010110110011111111010001000010110111010 | e6bfb6efbdb1e89da3efbdb4e8ad9fe885ba |
UHC | ?????腺 | 00111111001111110011111100111111001111111110000011001101 | 3f3f3f3f3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)