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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | ????ろ?x | 0011111100111111001111110011111110000010111010110011111101111000 | 3f3f3f3f82eb3f78 |
EUC-JP | ????ろ?x | 0011111100111111001111110011111110100100111011010011111101111000 | 3f3f3f3fa4ed3f78 |
UTF-8 | 梨낇삏淋ろ슑x | 11101111101001111010001011101011100000101000011111101100100000101000111111101111101001111011010111100011100000101000110111101100100010101001000101111000 | efa7a2eb8287ec828fefa7b5e3828dec8a9178 |
UHC | 梨낇삏淋ろ슑x | 11101100101100011000010111101101100110001001011011101100111110001010101011101101100110101010000001111000 | ecb185ed9896ecf8aaed9aa078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)