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?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
SJIS-WIN | ???T?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
EUC-JP | ???T?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
UTF-8 | 묷뫌뫜T묷뫍 | 11101011101011001011011111101011101010111000110011101011101010111001110001010100111010111010110010110111111010111010101110001101 | ebacb7ebab8cebab9c54ebacb7ebab8d |
UHC | 묷뫌뫜T묷뫍 | 1001001001001011100100011010111010010001101111000101010010010010010010111001000110101111 | 924b91ae91bc54924b91af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)