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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陰?お陰 | 10001001010000010011111110000010101010001000100101000001 | 89413f82a88941 |
EUC-JP | 陰?お陰 | 10110001101000100011111110100100101010101011000110100010 | b1a23fa4aab1a2 |
UTF-8 | 陰앲お陰 | 111010011001100110110000111011001001010110110010111000111000000110001010111010011001100110110000 | e999b0ec95b2e3818ae999b0 |
UHC | 陰앲お陰 | 1110101111100100100111011110100010101010101010101110101111100100 | ebe49de8aaaaebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)