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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 諺?N}諺?N{^ | 1000110010111111001111110100111001111101100011001011111100111111010011100111101101011110 | 8cbf3f4e7d8cbf3f4e7b5e |
EUC-JP | 諺?N}諺?N{^ | 1011100011000001001111110100111001111101101110001100000100111111010011100111101101011110 | b8c13f4e7db8c13f4e7b5e |
UTF-8 | 諺뺹N}諺뺹N{^ | 1110100010101011101110101110101110111010101110010100111001111101111010001010101110111010111010111011101010111001010011100111101101011110 | e8abbaebbab94e7de8abbaebbab94e7b5e |
UHC | 諺뺹N}諺뺹N{^ | 11100101111011001001011001000010010011100111110111100101111011001001011001000010010011100111101101011110 | e5ec96424e7de5ec96424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)