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 | 臾?ぜ臾⑤? | 11100100011010110011111110000010101110101110010001101011100001110100010000111111 | e46b3f82bae46b87443f |
EUC-JP | 臾?ぜ臾?? | 111001111100110000111111101001001011110011100111110011000011111100111111 | e7cc3fa4bce7cc3f3f |
UTF-8 | 臾용ぜ臾⑤춡 | 111010001000011110111110111011001001101010101001111000111000000110011100111010001000011110111110111000101001000110100100111011001011011010100001 | e887beec9aa9e3819ce887bee291a4ecb6a1 |
UHC | 臾용ぜ臾⑤춡 | 111010111010110010111111111010111010101010111100111010111010110010101000111010111010110110000010 | ebacbfebaabcebaca8ebad82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)