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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辿測損竪遜 | 10010010010010001001000110101010100100011011100110010010010001111001000110111011 | 924891aa91b9924791bb |
EUC-JP | 辿測損竪遜 | 11000011101010011100001010101100110000101011101111000011101010001100001010111101 | c3a9c2acc2bbc3a8c2bd |
UTF-8 | 辿測損竪遜 | 111010001011111010111111111001101011100010101100111001101001000010001101111001111010101110101010111010011000000110011100 | e8bebfe6b8ace6908de7abaae9819c |
UHC | ?測損竪遜 | 001111111111011010110100111000011101111111100010101101011110000111100001 | 3ff6b4e1dfe2b5e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)