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???T??B | 001111110101010000111111001111110011111101010100001111110011111101000010 | 3f543f3f3f543f3f42 |
SJIS-WIN | ?T???T??B | 001111110101010000111111001111110011111101010100001111110011111101000010 | 3f543f3f3f543f3f42 |
EUC-JP | ?T???T??B | 001111110101010000111111001111110011111101010100001111110011111101000010 | 3f543f3f3f543f3f42 |
UTF-8 | 챈T혷혵챈T혷혵B | 111011001011000110001000010101001110110110011000101101111110110110011000101101011110110010110001100010000101010011101101100110001011011111101101100110001011010101000010 | ecb18854ed98b7ed98b5ecb18854ed98b7ed98b542 |
UHC | 챈T혷혵챈T혷혵B | 110000111010011001010100110000101001111011000010100111001100001110100110010101001100001010011110110000101001110001000010 | c3a654c29ec29cc3a654c29ec29c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)