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???? | 0011111100111111001111110111010000111111001111110011111100111111 | 3f3f3f743f3f3f3f |
SJIS-WIN | ???t???? | 0011111100111111001111110111010000111111001111110011111100111111 | 3f3f3f743f3f3f3f |
EUC-JP | ???t???? | 0011111100111111001111110111010000111111001111110011111100111111 | 3f3f3f743f3f3f3f |
UTF-8 | 溜삳젌t溜뷸븽溜 | 11101111101001111000101111101100100000101011001111101100101000001000110001110100111011111010011110001011111010111011011110111000111010111011100010111101111011111010011110001011 | efa78bec82b3eca08c74efa78bebb7b8ebb8bdefa78b |
UHC | 溜삳젌t溜뷸븽溜 | 111010101111111010111011111010111010000010001101011101001110101011111110101110101110011010010101101001101110101011111110 | eafebbeba08d74eafebae695a6eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)