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 | 底??闇棒? | 100100101110101000111111001111111000100011000101100101100101111100111111 | 92ea3f3f88c5965f3f |
EUC-JP | 底??闇棒? | 110001001110110000111111001111111011000011000111110010111100000000111111 | c4ec3f3fb0c7cbc03f |
UTF-8 | 底흗깥闇棒렜 | 111001011011101010010101111011011001110110010111111010101011100110100101111010011001011110000111111001101010001110010010111010111010000010011100 | e5ba95ed9d97eab9a5e99787e6a392eba09c |
UHC | 底흗깥闇棒렜 | 111011101011110011001000111010011011000111111001111001001110000111011100111010101000111010101110 | eebcc8e9b1f9e4e1dcea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)