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 | 撓??兀?? | 1001110110011010001111110011111110011001010110010011111100111111 | 9d9a3f3f99593f3f |
EUC-JP | 撓??兀?? | 1101100111111010001111110011111111010001101110100011111100111111 | d9fa3f3fd1ba3f3f |
UTF-8 | 撓쒙슉兀믢퍔 | 111001101001001010010011111011001001001010011001111011001000101010001001111001011000010110000000111010111010111110100010111011011000110110010100 | e69293ec9299ec8a89e58580ebafa2ed8d94 |
UHC | 撓쒙슉兀믢퍔 | 111010001111010110011100111011111011110110110101111010001011010010010010111001001011101110001011 | e8f59cefbdb5e8b492e4bb8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)