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¶YT¶bE | 1001001001010100100100011011011001011001100100100101010010010001101101100110001001000101 | 925491b659925491b66245 |
SJIS-WIN | ?T?¶Y?T?¶bE | 00111111010101000011111110000001111101110101100100111111010101000011111110000001111101110110001001000101 | 3f543f81f7593f543f81f76245 |
EUC-JP | ?T?¶Y?T?¶bE | 00111111010101000011111110100010111110010101100100111111010101000011111110100010111110010110001001000101 | 3f543fa2f9593f543fa2f96245 |
UTF-8 | T¶YT¶bE | 1100001010010010010101001100001010010001110000101011011001011001110000101001001001010100110000101001000111000010101101100110001001000101 | c29254c291c2b659c29254c291c2b66245 |
UHC | ?T?¶Y?T?¶bE | 00111111010101000011111110100010110100100101100100111111010101000011111110100010110100100110001001000101 | 3f543fa2d2593f543fa2d26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)