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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ツ淌ウツ淌ュLB | 11000010100111111100001110110011110000101001111111000011101011010100110001000010 | c29fc3b3c29fc3ad4c42 |
EUC-JP | ツ淌ウツ淌ュLB | 1000111011000010110111101100010110001110101100111000111011000010110111101100010110001110101011010100110001000010 | 8ec2dec58eb38ec2dec58ead4c42 |
UTF-8 | ツ淌ウツ淌ュLB | 1110111110111110100000101110011010110111100011001110111110111101101100111110111110111110100000101110011010110111100011001110111110111101101011010100110001000010 | efbe82e6b78cefbdb3efbe82e6b78cefbdad4c42 |
UHC | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)