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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 壯↑?疫??K | 10011010111000011000000110101010001111111000100101110101001111110011111101001011 | 9ae181aa3f89753f3f4b |
EUC-JP | 壯↑?疫??K | 11010100111000111010001010101100001111111011000111010110001111110011111101001011 | d4e3a2ac3fb1d63f3f4b |
UTF-8 | 壯↑뮅疫쒐뼻K | 11100101101000111010111111100010100001101001000111101011101011101000010111100111100101101010101111101100100100101001000011101011101111001011101101001011 | e5a3afe28691ebae85e796abec9290ebbcbb4b |
UHC | 壯↑뮅疫쒐뼻K | 11101101111000001010000111101000100100101001010011100110101110011001110011100111100101101011111001001011 | ede0a1e89294e6b99ce796be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)