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 | ???淹?? | 00111111001111110011111110011111101110010011111100111111 | 3f3f3f9fb93f3f |
EUC-JP | ???淹?? | 00111111001111110011111111011110101110110011111100111111 | 3f3f3fdebb3f3f |
UTF-8 | 曆면눈淹쒎ㅁ | 111011111010011010001011111010111010100110110100111010111000100010001000111001101011011110111001111011001001001010001110111000111000010110000001 | efa68beba9b4eb8888e6b7b9ec928ee38581 |
UHC | 曆면눈淹쒎ㅁ | 111001101011011110111000111010011011010010101011111001011111010010011100111001011010010010110001 | e6b7b8e9b4abe5f49ce5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)