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 | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | ?坎悸M??辰 | 00111111100110101010101010011100101001110100110100111111001111111001001001000011 | 3f9aaa9ca74d3f3f9243 |
EUC-JP | ?坎悸M??辰 | 00111111110101001010110011011000101010010100110100111111001111111100001110100100 | 3fd4acd8a94d3f3fc3a4 |
UTF-8 | 뤶坎悸M렢섈辰 | 11101011101001001011011011100101100111011000111011100110100000101011100001001101111010111010000010100010111011001000010010001000111010001011111010110000 | eba4b6e59d8ee682b84deba0a2ec8488e8beb0 |
UHC | 뤶坎悸M렢섈辰 | 10001111111001001100101011101100110011001111101101001101100011101011001110111100101010101111001011100011 | 8fe4caecccfb4d8eb3bcaaf2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)