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 | 墺??節?? | 1001101011010010001111110011111110010000110111110011111100111111 | 9ad23f3f90df3f3f |
EUC-JP | 墺??節?? | 1101010011010100001111110011111111000000111000010011111100111111 | d4d43f3fc0e13f3f |
UTF-8 | 墺섉찀節⑼쉼 | 111001011010001010111010111011001000010010001001111011001011000010000000111001111010111110000000111000101001000110111100111011001000100110111100 | e5a2baec8489ecb080e7af80e291bcec89bc |
UHC | 墺섉찀節⑼쉼 | 111001111111001010011000111001101010100110000100111011111011110110101001111011111011110110110000 | e7f298e6a984efbda9efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)