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 | ûT´B | 1100001110111011010101001100001010001110110000101011010001000010 | c3bb54c28ec2b442 |
SJIS-WIN | ??T???´B | 001111110011111101010100001111110011111100111111100000010100110001000010 | 3f3f543f3f3f814c42 |
EUC-JP | �T�´B | 100011111010101010101010001111110101010010001111101010101010010000111111100011111010101010100100101000011010110101000010 | 8faaaa3f548faaa43f8faaa4a1ad42 |
UTF-8 | ûT´B | 1100001110000011110000101011101101010100110000111000001011000010100011101100001110000010110000101011010001000010 | c383c2bb54c382c28ec382c2b442 |
UHC | ??T???´B | 001111110011111101010100001111110011111100111111101000101010010101000010 | 3f3f543f3f3fa2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)