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 | 式鋓疾 | 1111000111111000100011101010111011111011110101101000111010111110 | f1f88eaefbd68ebe |
EUC-JP | ?式鋓疾 | 0011111110111100101100001000111111100100101111111011110011000000 | 3fbcb08fe4bfbcc0 |
UTF-8 | 式鋓疾 | 111011101000010110110011111001011011110010001111111010011000101110010011111001111001011010111110 | ee85b3e5bc8fe98b93e796be |
UHC | ?式?疾 | 001111111110001111010010001111111111001011110000 | 3fe3d23ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)