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 | 藏?絶? | 111001010101010100111111100100001110001000111111 | e5553f90e23f |
EUC-JP | 藏?絶? | 111010011011011000111111110000001110010000111111 | e9b63fc0e43f |
UTF-8 | 藏첹絶뷂 | 111010001001011110001111111011001011001010111001111001111011010110110110111010111011011110000010 | e8978fecb2b9e7b5b6ebb782 |
UHC | 藏첹絶뷂 | 1110110111111010101010110101101011101111101111101001010011101111 | edfaab5aefbe94ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)