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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佚0逸? | 10011000110000111000001001001111100010001110110100111111 | 98c3824f88ed3f |
EUC-JP | 佚0逸? | 11010000110001011010001110110000101100001110111100111111 | d0c5a3b0b0ef3f |
UTF-8 | 佚0逸곈 | 111001001011110110011010111011111011110010010000111010011000000010111000111010101011001110001000 | e4bd9aefbc90e980b8eab388 |
UHC | 佚0逸곈 | 1110110011101010101000111011000011101100111011111011000011101001 | eceaa3b0ecefb0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)