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 | 式鋕室 | 1111001010101000100011101010111011111011110101001000111010111010 | f2a88eaefbd48eba |
EUC-JP | ?式鋕室 | 0011111110111100101100001000111111100100110000001011110010111100 | 3fbcb08fe4c0bcbc |
UTF-8 | 式鋕室 | 111011101000011110011111111001011011110010001111111010011000101110010101111001011010111010100100 | ee879fe5bc8fe98b95e5aea4 |
UHC | ?式?室 | 001111111110001111010010001111111110001111111000 | 3fe3d23fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)