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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底??棒? | 10010010111010100011111100111111100101100101111100111111 | 92ea3f3f965f3f |
EUC-JP | 底??棒? | 11000100111011000011111100111111110010111100000000111111 | c4ec3f3fcbc03f |
UTF-8 | 底꿩렪棒렜 | 111001011011101010010101111010101011111110101001111010111010000010101010111001101010001110010010111010111010000010011100 | e5ba95eabfa9eba0aae6a392eba09c |
UHC | 底꿩렪棒렜 | 11101110101111001011001011100110100011101011100011011100111010101000111010101110 | eebcb2e68eb8dcea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)