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 | 遙???o? | 1110101010100001001111110011111100111111100000101000111100111111 | eaa13f3f3f828f3f |
EUC-JP | 遙??饔o? | 11110100101000110011111100111111100011111110100011101111101000111110111100111111 | f4a33f3f8fe8efa3ef3f |
UTF-8 | 遙뤄쉔饔o쉼 | 111010011000000110011001111010111010010010000100111011001000100110010100111010011010010110010100111011111011110110001111111011001000100110111100 | e98199eba484ec8994e9a594efbd8fec89bc |
UHC | 遙뤄쉔饔o쉼 | 111010011010101110110111111011111011110110101000111010001011110110100011111011111011110110110000 | e9abb7efbda8e8bda3efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)