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 | 瓮??要θ? | 111000010100010000111111001111111001011101110110100000111100011000111111 | e1443f3f977683c63f |
EUC-JP | 瓮??要θ? | 111000011010010100111111001111111100110111010111101001101100100000111111 | e1a53f3fcdd7a6c83f |
UTF-8 | 瓮쏉쉈要θ변 | 1110011110010011101011101110110010001111100010011110110010001001100010001110100010100110100000011100111010111000111010111011001110000000 | e793aeec8f89ec8988e8a681ceb8ebb380 |
UHC | 瓮쏉쉈要θ변 | 111010001011011110011011111011111011110110100101111010011010100110100101111010001011101010101111 | e8b79befbda5e9a9a5e8baaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)