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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?亨??? | 001111111000101110011100001111110011111100111111 | 3f8b9c3f3f3f |
EUC-JP | ?亨??? | 001111111011010111111100001111110011111100111111 | 3fb5fc3f3f3f |
UTF-8 | 뤚亨뤙年뵄 | 111010111010010010011010111001001011101010101000111010111010010010011001111011111010011010001110111010111011010110000100 | eba49ae4baa8eba499efa68eebb584 |
UHC | 뤚亨뤙年뵄 | 10001111110010011111101011111011100011111100100011100110110001001001010010001010 | 8fc9fafb8fc8e6c4948a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)