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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 轤ュ蜊定ウ覚^ | 1110011110000010101011011110010110001101100100101110100010110011100010100110111101011110 | e782ade58d92e8b38a6f5e |
EUC-JP | 轤ュ蜊定ウ覚^ | 11101101111000101000111010101101111010011110110111000100111010101000111010110011101100111101000001011110 | ede28eade9edc4ea8eb3b3d05e |
UTF-8 | 轤ュ蜊定ウ覚^ | 11101000101111011010010011101111101111011010110111101000100111001000101011100101101011101001101011101111101111011011001111101000101001101001101001011110 | e8bda4efbdade89c8ae5ae9aefbdb3e8a69a5e |
UHC | ???定??^ | 0011111100111111001111111110111111010010001111110011111101011110 | 3f3f3fefd23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)