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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵫ヤ「鵫ヤ「^ | 111111000100100011010100101000101111110001001000110101001010001001011110 | fc48d4a2fc48d4a25e |
EUC-JP | 鵫ヤ「鵫ヤ「^ | 100011111110101111111010100011101101010010001110101000101000111111101011111110101000111011010100100011101010001001011110 | 8febfa8ed48ea28febfa8ed48ea25e |
UTF-8 | 鵫ヤ「鵫ヤ「^ | 11101001101101011010101111101111101111101001010011101111101111011010001011101001101101011010101111101111101111101001010011101111101111011010001001011110 | e9b5abefbe94efbda2e9b5abefbe94efbda25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)