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 | ??b??? | 001111110011111101100010001111110011111100111111 | 3f3f623f3f3f |
SJIS-WIN | ??b??? | 001111110011111101100010001111110011111100111111 | 3f3f623f3f3f |
EUC-JP | ??b??? | 001111110011111101100010001111110011111100111111 | 3f3f623f3f3f |
UTF-8 | 셔섄b셍롒렜 | 11101100100001011001010011101100100001001000010001100010111011001000010110001101111010111010000110010010111010111010000010011100 | ec8594ec848462ec858deba192eba09c |
UHC | 셔섄b셍롒렜 | 1011110011000101101111001010100101100010101111001100010010001110110101111000111010101110 | bcc5bca962bcc48ed78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)