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 | 癲??魏∽? | 111000011001111100111111001111111110100110110000100000011110010000111111 | e19f3f3fe9b081e43f |
EUC-JP | 癲??魏∽? | 111000101010000100111111001111111111001010110010101000101110011000111111 | e2a13f3ff2b2a2e63f |
UTF-8 | 癲뱀엺魏∽쭓 | 111001111001100110110010111010111011000110000000111011001001011110111010111010011010110110001111111000101000100010111101111011001010110110010011 | e799b2ebb180ec97bae9ad8fe288bdecad93 |
UHC | 癲뱀엺魏∽쭓 | 111011111010011010111001111011001001111010001100111010101110000010100001111011111010011110001011 | efa6b9ec9e8ceae0a1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)