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??? | 00111111001111110011111101010100001111110011111100111111 | 3f3f3f543f3f3f |
SJIS-WIN | テ督ケTテ債ー | 110000111001001111000010101110010101010011000011100011011100001010110000 | c393c2b954c38dc2b0 |
EUC-JP | テ督ケTテ債ー | 10001110110000111100011011000100100011101011100101010100100011101100001110111010110001001000111010110000 | 8ec3c6c48eb9548ec3bac48eb0 |
UTF-8 | テ督ケTテ債ー | 11101111101111101000001111100111100111011010001111101111101111011011100101010100111011111011111010000011111001011000001010110101111011111011110110110000 | efbe83e79da3efbdb954efbe83e582b5efbdb0 |
UHC | ?督?T?債? | 001111111101010010111101001111110101010000111111111100111111000000111111 | 3fd4bd3f543ff3f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)