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 | 弛?稻?班? | 100100100110111100111111111000100110101000111111100101001100011100111111 | 926f3fe26a3f94c73f |
EUC-JP | 弛?稻?班? | 110000111101000000111111111000111100101100111111110010001100100100111111 | c3d03fe3cb3fc8c93f |
UTF-8 | 弛븜稻뤊班룻 | 111001011011110010011011111010111011100010011100111001111010100010111011111010111010010010001010111001111000111110101101111010111010001110111011 | e5bc9bebb89ce7a8bbeba48ae78fadeba3bb |
UHC | 弛븜稻뤊班룻 | 111011001010110010111010111011101101010010101011100011111011101011011010111011001011011111101101 | ecacbaeed4ab8fbadaecb7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)