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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶴漆鋙疾 | 1111110001001001100011101011110111111011110100011000111010111110 | fc498ebdfbd18ebe |
EUC-JP | ?漆鋙疾 | 0011111110111100101111111000111111100100110000111011110011000000 | 3fbcbf8fe4c3bcc0 |
UTF-8 | 鶴漆鋙疾 | 111011111010100010101101111001101011110010000110111010011000101110011001111001111001011010111110 | efa8ade6bc86e98b99e796be |
UHC | ?漆?疾 | 001111111111011011010100001111111111001011110000 | 3ff6d43ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)