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 | 裔夊シ費ス唏 | 11100101111000011001101011101000101111001001010011101111101111011001101001001000 | e5e19ae8bc94efbd9a48 |
EUC-JP | 裔夊シ費ス唏 | 111010101110001111010100111010101000111010111100110010001111000110001110101111011101001110101001 | eae3d4ea8ebcc8f18ebdd3a9 |
UTF-8 | 裔夊シ費ス唏 | 111010001010001110010100111001011010010010001010111011111011110110111100111010001011001010111011111011111011110110111101111001011001010010001111 | e8a394e5a48aefbdbce8b2bbefbdbde5948f |
UHC | 裔??費?? | 1110011111100000001111110011111111011110101010000011111100111111 | e7e03f3fdea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)