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 | 剰カ実酌湜カ | 10001111111010001011011010001110110000001000111011011110111110110100011110110110 | 8fe8b68ec08edefb47b6 |
EUC-JP | 剰カ実酌湜カ | 10111110111010101000111010110110101111001100001010111100111000001000111111000111111111001000111010110110 | beea8eb6bcc2bce08fc7fc8eb6 |
UTF-8 | 剰カ実酌湜カ | 111001011000100110110000111011111011110110110110111001011010111010011111111010011000010110001100111001101011100110011100111011111011110110110110 | e589b0efbdb6e5ae9fe9858ce6b99cefbdb6 |
UHC | ???酌湜? | 0011111100111111001111111110110111001100111000111101011100111111 | 3f3f3fedcce3d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)