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 | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
SJIS-WIN | ??橈Y?? | 00111111001111111001111011110100010110010011111100111111 | 3f3f9ef4593f3f |
EUC-JP | ??橈Y?? | 00111111001111111101110011110110010110010011111100111111 | 3f3fdcf6593f3f |
UTF-8 | 쐛숰橈Y쐛숰 | 11101100100100001001101111101100100010001011000011100110101010011000100001011001111011001001000010011011111011001000100010110000 | ec909bec88b0e6a98859ec909bec88b0 |
UHC | 쐛숰橈Y쐛숰 | 1001110010000001100110100100100011101000111110100101100110011100100000011001101001001000 | 9c819a48e8fa599c819a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)