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 | 髏秘宦ホ | 11101001100100001001010011101001100110111000000111001110 | e99094e99b81ce |
EUC-JP | 髏秘宦ホ | 1111000111110000110010001110101111010101111000011000111011001110 | f1f0c8ebd5e18ece |
UTF-8 | 髏秘宦ホ | 111010011010101110001111111001111010011110011000111001011010111010100110111011111011111010001110 | e9ab8fe7a798e5aea6efbe8e |
UHC | ?秘宦? | 001111111101110111111010111111001011001000111111 | 3fddfafcb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)