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 | セャ邪樟蓍諸 | 10111110101011001000111011010111100011111011111011100100111001111111101110101001 | beac8ed78fbee4e7fba9 |
EUC-JP | セャ邪樟蓍? | 1000111010111110100011101010110010111100110110011011111011000000111010001110100100111111 | 8ebe8eacbcd9bec0e8e93f |
UTF-8 | セャ邪樟蓍諸 | 111011111011110110111110111011111011110110101100111010011000001010101010111001101010100010011111111010001001001110001101111011111010100010100010 | efbdbeefbdace982aae6a89fe8938defa8a2 |
UHC | ??邪樟蓍? | 001111110011111111011110111101111110110111101001111000111100100100111111 | 3f3fdef7ede9e3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)