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 | ??曝お?? | 0011111100111111100101001001100010000010101010000011111100111111 | 3f3f949882a83f3f |
EUC-JP | ??曝お?? | 0011111100111111110001111111100010100100101010100011111100111111 | 3f3fc7f8a4aa3f3f |
UTF-8 | 룵ㄲ曝お룫켃 | 111010111010001110110101111000111000010010110010111001101001101110011101111000111000000110001010111010111010001110101011111011001011110010000011 | eba3b5e384b2e69b9de3818aeba3abecbc83 |
UHC | 룵ㄲ曝お룫켃 | 100011111010101010100100101000101111100011101101101010101010101010001111101000101011000101000010 | 8faaa4a2f8edaaaa8fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)