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 | 循??循??^ | 100011110111101000111111001111111000111101111010001111110011111101011110 | 8f7a3f3f8f7a3f3f5e |
EUC-JP | 循??循??^ | 101111011101101100111111001111111011110111011011001111110011111101011110 | bddb3f3fbddb3f3f5e |
UTF-8 | 循쒙폒循쒙폒^ | 11100101101111101010101011101100100100101001100111101101100011111001001011100101101111101010101011101100100100101001100111101101100011111001001001011110 | e5beaaec9299ed8f92e5beaaec9299ed8f925e |
UHC | 循쒙폒循쒙폒^ | 11100010111000001001110011101111101111001001110011100010111000001001110011101111101111001001110001011110 | e2e09cefbc9ce2e09cefbc9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)