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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??杷び?? | 0011111100111111100101000110011010000010110100010011111100111111 | 3f3f946682d13f3f |
EUC-JP | ??杷び?? | 0011111100111111110001111100011110100100110100110011111100111111 | 3f3fc7c7a4d33f3f |
UTF-8 | 룶깹杷び룶찯 | 111010111010001110110110111010101011100110111001111001101001110110110111111000111000000110110011111010111010001110110110111011001011000010101111 | eba3b6eab9b9e69db7e381b3eba3b6ecb0af |
UHC | 룶깹杷び룶찯 | 100011111010101110110010101000011111011111101101101010101101001110001111101010111010101001000110 | 8fabb2a1f7edaad38fabaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)