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 | ??阪存ゴ? | 001111110011111110001101111000111001000110110110100000110101001100111111 | 3f3f8de391b683533f |
EUC-JP | ??阪存ゴ? | 001111110011111110111010111001011100001010111000101001011011010000111111 | 3f3fbae5c2b8a5b43f |
UTF-8 | 룶점阪存ゴ룫 | 111010111010001110110110111011001010000010010000111010011001100010101010111001011010110110011000111000111000001010110100111010111010001110101011 | eba3b6eca090e998aae5ad98e382b4eba3ab |
UHC | 룶점阪存ゴ룫 | 100011111010101111000001101000011111100010100001111100001110110110101011101101001000111110100010 | 8fabc1a1f8a1f0edabb48fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)