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 | 鋧フ魍瞠ル^ | 1111101111001111110011001110100110110001111110011110010111100001110100111101100101011110 | fbcfcce9b1f9e5e1d3d95e |
EUC-JP | 鋧フ魍?瞠ル^ | 10001111111001001100101110001110110011001111001010110011001111111110001011010101100011101101100101011110 | 8fe4cb8eccf2b33fe2d58ed95e |
UTF-8 | 鋧フ魍瞠ル^ | 11101001100010111010011111101111101111101000110011101001101011011000110111101110100111011000000011100111100111101010000011101111101111101001100101011110 | e98ba7efbe8ce9ad8dee9d80e79ea0efbe995e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)