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 | 室縞シ眈ョ写 | 10001110101110101000111011001000101111001110000110111100101011101000111011001010 | 8eba8ec8bce1bcae8eca |
EUC-JP | 室縞シ眈ョ写 | 101111001011110010111100110010101000111010111100111000101011111010001110101011101011110011001100 | bcbcbcca8ebce2be8eaebccc |
UTF-8 | 室縞シ眈ョ写 | 111001011010111010100100111001111011100010011110111011111011110110111100111001111001110010001000111011111011110110101110111001011000011010011001 | e5aea4e7b89eefbdbce79c88efbdaee58699 |
UHC | 室縞?眈?? | 111000111111100011111011110101100011111111110111101011110011111100111111 | e3f8fbd63ff7af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)