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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 皓?じ?? | 11100001101010010011111110000010101101100011111100111111 | e1a93f82b63f3f |
EUC-JP | 皓?じ?瑃 | 111000101010101100111111101001001011100000111111100011111100110010111000 | e2ab3fa4b83f8fccb8 |
UTF-8 | 皓ㆊじ힘瑃 | 111001111001101010010011111000111000011010001010111000111000000110011000111011011001111010011000111001111001000110000011 | e79a93e3868ae38198ed9e98e79183 |
UHC | 皓ㆊじ힘瑃 | 11111011110100111010010011111010101010101011100011001000111110111111010111110010 | fbd3a4faaab8c8fbf5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)