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 | 濡??濡?Р^ | 10010100010001110011111100111111100101000100011100111111100001000101000101011110 | 94473f3f94473f84515e |
EUC-JP | 濡??濡?Р^ | 11000111101010000011111100111111110001111010100000111111101001111011001001011110 | c7a83f3fc7a83fa7b25e |
UTF-8 | 濡곭뮰濡곷Р^ | 111001101011111110100001111010101011001110101101111010111010111010110000111001101011111110100001111010101011001110110111110100001010000001011110 | e6bfa1eab3adebaeb0e6bfa1eab3b7d0a05e |
UHC | 濡곭뮰濡곷Р^ | 11101011101000011000000111100111100100101011100111101011101000011000000111101011101011001011001001011110 | eba181e792b9eba181ebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)