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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 俺?}俺?{^ | 100010011011010000111111011111011000100110110100001111110111101101011110 | 89b43f7d89b43f7b5e |
EUC-JP | 俺?}俺?{^ | 101100101011011000111111011111011011001010110110001111110111101101011110 | b2b63f7db2b63f7b5e |
UTF-8 | 俺쟳}俺쟳{^ | 111001001011111110111010111011001001111110110011011111011110010010111111101110101110110010011111101100110111101101011110 | e4bfbaec9fb37de4bfbaec9fb37b5e |
UHC | 俺쟳}俺쟳{^ | 1110010111101111101000000111001101111101111001011110111110100000011100110111101101011110 | e5efa0737de5efa0737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)