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 | ?る?乳?? | 0011111110000010111010010011111110010011111110110011111100111111 | 3f82e93f93fb3f3f |
EUC-JP | ?る?乳?? | 0011111110100100111010110011111111000110111111010011111100111111 | 3fa4eb3fc6fd3f3f |
UTF-8 | 閭る쵎乳꿨폑 | 111011111010011010000110111000111000001010001011111011001011010110001110111001001011100110110011111010101011111110101000111011011000111110010001 | efa686e3828becb58ee4b9b3eabfa8ed8f91 |
UHC | 閭る쵎乳꿨폑 | 111001101010110110101010111010111010110010010000111010101110000110110010111001011011110010011011 | e6adaaebac90eae1b2e5bc9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)