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 | ?る???? | 00111111100000101110100100111111001111110011111100111111 | 3f82e93f3f3f3f |
EUC-JP | ?る?靷?? | 001111111010010011101011001111111000111111100111101111010011111100111111 | 3fa4eb3f8fe7bd3f3f |
UTF-8 | 閭る쵎靷숋쭓 | 111011111010011010000110111000111000001010001011111011001011010110001110111010011001110110110111111011001000100010001011111011001010110110010011 | efa686e3828becb58ee99db7ec888becad93 |
UHC | 閭る쵎靷숋쭓 | 111001101010110110101010111010111010110010010000111011001110011010011001111011111010011110001011 | e6adaaebac90ece699efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)