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 | ?亨?? | 0011111110001011100111000011111100111111 | 3f8b9c3f3f |
EUC-JP | ?亨?? | 0011111110110101111111000011111100111111 | 3fb5fc3f3f |
UTF-8 | 뤚亨뤙年 | 111010111010010010011010111001001011101010101000111010111010010010011001111011111010011010001110 | eba49ae4baa8eba499efa68e |
UHC | 뤚亨뤙年 | 1000111111001001111110101111101110001111110010001110011011000100 | 8fc9fafb8fc8e6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)