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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥〓?維?? | 100110101000101110000001101011000011111110001000110110110011111100111111 | 9a8b81ac3f88db3f3f |
EUC-JP | 嚥〓?維?? | 110100111110101110100010101011100011111110110000110111010011111100111111 | d3eba2ae3fb0dd3f3f |
UTF-8 | 嚥〓뗀維앯솾 | 111001011001101010100101111000111000000010010011111010111001011110000000111001111011011010101101111011001001010110101111111011001000011010111110 | e59aa5e38093eb9780e7b6adec95afec86be |
UHC | 嚥〓뗀維앯솾 | 111001101011111110100001111010111011011010111110111010111010101110011101111001111001100110110010 | e6bfa1ebb6beebab9de799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)