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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??精牢? | 00111111001111111001000010111000100110000101001100111111 | 3f3f90b898533f |
EUC-JP | 饔?精牢? | 100011111110100011101111001111111100000010111010110011111011010000111111 | 8fe8ef3fc0bacfb43f |
UTF-8 | 饔렡精牢갤 | 111010011010010110010100111010111010000010100001111001111011001010111110111001111000100110100010111010101011000010100100 | e9a594eba0a1e7b2bee789a2eab0a4 |
UHC | 饔렡精牢갤 | 11101000101111011000111010110010111011111111000111010110111011111011000010110110 | e8bd8eb2eff1d6efb0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)