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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 咀??聾?蛋\ | 10011001111100000011111100111111100110000101011100111111100100100110000001011100 | 99f03f3f98573f92605c |
EUC-JP | 咀??聾?蛋\ | 11010010111100100011111100111111110011111011100000111111110000111100000101011100 | d2f23f3fcfb83fc3c15c |
UTF-8 | 咀댁렠聾렧蛋\ | 11100101100100101000000011101011100011001000000111101011101000001010000011101000100000011011111011101011101000001010011111101000100110111000101101011100 | e59280eb8c81eba0a0e881beeba0a7e89b8b5c |
UHC | 咀댁렠聾렧蛋\ | 11101110101110101011010011101100100011101011000111010110111011001000111010110110110100111011000101011100 | eebab4ec8eb1d6ec8eb6d3b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)