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 | ??…節?? | 0011111100111111100000010110001110010000110111110011111100111111 | 3f3f816390df3f3f |
EUC-JP | ??…節?? | 0011111100111111101000011100010011000000111000010011111100111111 | 3f3fa1c4c0e13f3f |
UTF-8 | 令⑸…節욃춢 | 111011111010011010101000111000101001000110111000111000101000000010100110111001111010111110000000111011001001101010000011111011001011011010100010 | efa6a8e291b8e280a6e7af80ec9a83ecb6a2 |
UHC | 令⑸…節욃춢 | 111001111010100110101001111010111010000110100110111011111011110110011110111001011010110110000011 | e7a9a9eba1a6efbd9ee5ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)