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 | ???余?? | 00111111001111110011111110010111010111010011111100111111 | 3f3f3f975d3f3f |
EUC-JP | ???余?? | 00111111001111110011111111001101101111100011111100111111 | 3f3f3fcdbe3f3f |
UTF-8 | 溜볥쨮余앮날 | 111011111010011110001011111010111011001110100101111011001010100010101110111001001011110110011001111011001001010110101110111010111000001010100000 | efa78bebb3a5eca8aee4bd99ec95aeeb82a0 |
UHC | 溜볥쨮余앮날 | 111010101111111010010011111010111010010010001000111001011111100110011101111001101011001110101111 | eafe93eba488e5f99de6b3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)