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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 橈??焉 | 100111101111010000111111001111111110000010000001 | 9ef43f3fe081 |
EUC-JP | 橈??焉 | 110111001111011000111111001111111101111111100001 | dcf63f3fdfe1 |
UTF-8 | 橈뉖졑焉 | 111001101010100110001000111010111000100110010110111011001010000110010001111001111000010010001001 | e6a988eb8996eca191e78489 |
UHC | 橈뉖졑焉 | 1110100011111010100001111110101110100000101111101110010111101010 | e8fa87eba0bee5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)