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 | ???炎?ゴ | 0011111100111111001111111000100110001010001111111000001101010011 | 3f3f3f898a3f8353 |
EUC-JP | ???炎?ゴ | 0011111100111111001111111011000111101010001111111010010110110100 | 3f3f3fb1ea3fa5b4 |
UTF-8 | 殮뽩벟炎꾦ゴ | 111011111010011010100101111010111011110110101001111010111011001010011111111001111000001010001110111010101011111010100110111000111000001010110100 | efa6a5ebbda9ebb29fe7828eeabea6e382b4 |
UHC | 殮뽩벟炎꾦ゴ | 111001101111100110010110111001011001001110111010111001101111101010000100111010011010101110110100 | e6f996e593bae6fa84e9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)