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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 十??諶??h | 100011110101110000111111001111111111101110101010001111110011111101101000 | 8f5c3f3ffbaa3f3f68 |
EUC-JP | 十??諶??h | 10111101101111010011111100111111100011111101111010110101001111110011111101101000 | bdbd3f3f8fdeb53f3f68 |
UTF-8 | 十꼷뢊諶뙊뢐h | 11100101100011011000000111101010101111001011011111101011101000101000101011101000101010111011011011101011100110011000101011101011101000101001000001101000 | e58d81eabcb7eba28ae8abb6eb998aeba29068 |
UHC | 十꼷뢊諶뙊뢐h | 11100100101010001000010010001111100011110100011011100100101001101000110010001111100011110100101101101000 | e4a8848f8f46e4a68c8f8f4b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)