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 | ???A???U | 0011111100111111001111110100000100111111001111110011111101010101 | 3f3f3f413f3f3f55 |
SJIS-WIN | テδゥAテδェU | 11000011100000111100001010101001010000011100001110000011110000101010101001010101 | c383c2a941c383c2aa55 |
EUC-JP | テδゥAテδェU | 1000111011000011101001101100010010001110101010010100000110001110110000111010011011000100100011101010101001010101 | 8ec3a6c48ea9418ec3a6c48eaa55 |
UTF-8 | テδゥAテδェU | 111011111011111010000011110011101011010011101111101111011010100101000001111011111011111010000011110011101011010011101111101111011010101001010101 | efbe83ceb4efbda941efbe83ceb4efbdaa55 |
UHC | ?δ?A?δ?U | 00111111101001011110010000111111010000010011111110100101111001000011111101010101 | 3fa5e43f413fa5e43f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)