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 | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | 霎ーM遏ュ隱ー | 11101000101111101011000001001101111001111001111110101101111010001010101010110000 | e8beb04de79fade8aab0 |
EUC-JP | 霎ーM遏ュ隱ー | 11110000110000001000111010110000010011011110111010100001100011101010110111110000101011001000111010110000 | f0c08eb04deea18eadf0ac8eb0 |
UTF-8 | 霎ーM遏ュ隱ー | 11101001100111001000111011101111101111011011000001001101111010011000000110001111111011111011110110101101111010011001101010110001111011111011110110110000 | e99c8eefbdb04de9818fefbdade99ab1efbdb0 |
UHC | ??M??隱? | 0011111100111111010011010011111100111111111010111101111100111111 | 3f3f4d3f3febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)