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 | ?讓巐幔亰? | 00111111111001101010100011111010101101101001101111101101100110001011010100111111 | 3fe6a8fab69bed98b53f |
EUC-JP | 嶴讓巐幔亰嶴 | 100011111011101111110011111011001010101010001111101110111111100111010110111011111101000010110111100011111011101111110011 | 8fbbf3ecaa8fbbf9d6efd0b78fbbf3 |
UTF-8 | 嶴讓巐幔亰嶴 | 111001011011011010110100111010001010111010010011111001011011011110010000111001011011100110010100111001001011101010110000111001011011011010110100 | e5b6b4e8ae93e5b790e5b994e4bab0e5b6b4 |
UHC | ?讓???? | 00111111111001011101001100111111001111110011111100111111 | 3fe5d33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)