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 | 霆゙諶アテ」 | 1110100010111011110111101111101110101010101100011100001110100011 | e8bbdefbaab1c3a3 |
EUC-JP | 霆゙諶アテ」 | 11110000101111011000111011011110100011111101111010110101100011101011000110001110110000111000111010100011 | f0bd8ede8fdeb58eb18ec38ea3 |
UTF-8 | 霆゙諶アテ」 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110001111011111011111010000011111011111011110110100011 | e99c86efbe9ee8abb6efbdb1efbe83efbda3 |
UHC | 霆?諶??? | 1110111111111101001111111110010010100110001111110011111100111111 | effd3fe4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)