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 | ???歪?? | 00111111001111110011111110011000011000110011111100111111 | 3f3f3f98633f3f |
EUC-JP | 璵??歪?? | 100011111100110011100110001111110011111111001111110001000011111100111111 | 8fcce63f3fcfc43f3f |
UTF-8 | 璵붺툨歪듭맀 | 111001111001001010110101111010111011011010111010111011011000100010101000111001101010110110101010111010111001001110101101111010111010011110000000 | e792b5ebb6baed88a8e6adaaeb93adeba780 |
UHC | 璵붺툨歪듭맀 | 111001101010010110010100111001111011100010011111111010001110000010110101111011001001000010011011 | e6a594e7b89fe8e0b5ec909b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)