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 | 蝪具ス誤シ撰 | 11100101101000011000101111101111101111011000110011101011101111001001000011101111 | e5a18befbd8cebbc90ef |
EUC-JP | 蝪具ス誤シ撰 | 111010101010001110110110111100011000111010111101101110001110110110001110101111001100000011110001 | eaa3b6f18ebdb8ed8ebcc0f1 |
UTF-8 | 蝪具ス誤シ撰 | 111010001001110110101010111001011000010110110111111011111011110110111101111010001010101010100100111011111011110110111100111001101001001010110000 | e89daae585b7efbdbde8aaa4efbdbce692b0 |
UHC | ?具?誤?撰 | 001111111100111011111101001111111110100010100110001111111111001110111100 | 3fcefd3fe8a63ff3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)