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 | 疾霆゙螯ア | 11110010101010101000111010111110111010001011101111011110111001011010011010110001 | f2aa8ebee8bbdee5a6b1 |
EUC-JP | ?疾霆゙螯ア | 0011111110111100110000001111000010111101100011101101111011101010101010001000111010110001 | 3fbcc0f0bd8edeeaa88eb1 |
UTF-8 | 疾霆゙螯ア | 111011101000011110100001111001111001011010111110111010011001110010000110111011111011111010011110111010001001111010101111111011111011110110110001 | ee87a1e796bee99c86efbe9ee89eafefbdb1 |
UHC | ?疾霆??? | 0011111111110010111100001110111111111101001111110011111100111111 | 3ff2f0effd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)