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 | 渦??裕?癲 | 100010010101000100111111001111111001011101010100001111111110000110011111 | 89513f3f97543fe19f |
EUC-JP | 渦??裕?癲 | 101100011011001000111111001111111100110110110101001111111110001010100001 | b1b23f3fcdb53fe2a1 |
UTF-8 | 渦깍퐠裕뉰癲 | 111001101011100010100110111010101011100110001101111011011001000010100000111010001010001110010101111010111000100110110000111001111001100110110010 | e6b8a6eab98ded90a0e8a395eb89b0e799b2 |
UHC | 渦깍퐠裕뉰癲 | 111010001011111010110001111011111011110110001001111010111010111010001000010000101110111110100110 | e8beb1efbd89ebae8842efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)