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 | 実上ッ上ー社 | 10001110110000001000111111100011101011111000111111100011101100001000111011010000 | 8ec08fe3af8fe3b08ed0 |
EUC-JP | 実上ッ上ー社 | 101111001100001010111110111001011000111010101111101111101110010110001110101100001011110011010010 | bcc2bee58eafbee58eb0bcd2 |
UTF-8 | 実上ッ上ー社 | 111001011010111010011111111001001011100010001010111011111011110110101111111001001011100010001010111011111011110110110000111001111010010010111110 | e5ae9fe4b88aefbdafe4b88aefbdb0e7a4be |
UHC | ?上?上?社 | 001111111101111110111110001111111101111110111110001111111101111011100100 | 3fdfbe3fdfbe3fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)