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 | 航??畏??^ | 100011010111000100111111001111111000100011011000001111110011111101011110 | 8d713f3f88d83f3f5e |
EUC-JP | 航??畏??^ | 101110011101001000111111001111111011000011011010001111110011111101011110 | b9d23f3fb0da3f3f5e |
UTF-8 | 航쎿꼇畏쇠나^ | 11101000100010001010101011101100100011101011111111101010101111001000011111100111100101011000111111101100100001111010000011101011100000101001100001011110 | e888aaec8ebfeabc87e7958fec87a0eb82985e |
UHC | 航쎿꼇畏쇠나^ | 11111001111111101001101111100110101100101011101111101000111001101011110011101000101100111010101001011110 | f9fe9be6b2bbe8e6bce8b3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)