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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譟罷ゥェ | 111001101001111110010100111010111010100110101010 | e69f94eba9aa |
EUC-JP | 譟罷ゥェ | 1110110010100001110010001110110110001110101010011000111010101010 | eca1c8ed8ea98eaa |
UTF-8 | 譟罷ゥェ | 111010001010110110011111111001111011110110110111111011111011110110101001111011111011110110101010 | e8ad9fe7bdb7efbda9efbdaa |
UHC | ?罷?? | 0011111111110111111100110011111100111111 | 3ff7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)