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 | 瑤??要ζ? | 111010101010001000111111001111111001011101110110100000111100010000111111 | eaa23f3f977683c43f |
EUC-JP | 瑤??要ζ? | 111101001010010000111111001111111100110111010111101001101100011000111111 | f4a43f3fcdd7a6c63f |
UTF-8 | 瑤껓숯要ζ윇 | 1110011110010001101001001110101010111011100100111110110010001000101011111110100010100110100000011100111010110110111011001001110010000111 | e791a4eabb93ec88afe8a681ceb6ec9c87 |
UHC | 瑤껓숯要ζ윇 | 111010001111110110000011111011111011110110100001111010011010100110100101111001101001111110010000 | e8fd83efbda1e9a9a5e69f90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)