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 | 喊痿咤韲喊痿 | 100110100101111011100001011111101001101001000010111010001110110010011010010111101110000101111110 | 9a5ee17e9a42e8ec9a5ee17e |
EUC-JP | 喊痿咤韲喊痿 | 110100111011111111100001110111111101001110100011111100001110111011010011101111111110000111011111 | d3bfe1dfd3a3f0eed3bfe1df |
UTF-8 | 喊痿咤韲喊痿 | 111001011001011010001010111001111001011110111111111001011001001010100100111010011001111110110010111001011001011010001010111001111001011110111111 | e5968ae797bfe592a4e99fb2e5968ae797bf |
UHC | 喊?咤?喊? | 111110011110001000111111111101101110001100111111111110011110001000111111 | f9e23ff6e33ff9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)