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{^ | 11100111100010011000101101111011010011100111110111100111100010011000101101111011010011100111101101011110 | e7898b7b4e7de7898b7b4e7b5e |
EUC-JP | 迚宮N}迚宮N{^ | 11101101111010011011010111011100010011100111110111101101111010011011010111011100010011100111101101011110 | ede9b5dc4e7dede9b5dc4e7b5e |
UTF-8 | 迚宮N}迚宮N{^ | 1110100010111111100110101110010110101110101011100100111001111101111010001011111110011010111001011010111010101110010011100111101101011110 | e8bf9ae5aeae4e7de8bf9ae5aeae4e7b5e |
UHC | ?宮N}?宮N{^ | 0011111111001111111000000100111001111101001111111100111111100000010011100111101101011110 | 3fcfe04e7d3fcfe04e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)