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 | 迹?夷? | 111001111001000100111111100010001100111000111111 | e7913f88ce3f |
EUC-JP | 迹?夷? | 111011011111000100111111101100001101000000111111 | edf13fb0d03f |
UTF-8 | 迹렖夷닸 | 111010001011111110111001111010111010000010010110111001011010010010110111111010111000101110111000 | e8bfb9eba096e5a4b7eb8bb8 |
UHC | 迹렖夷닸 | 1110111011101001100011101010101111101100101010001011010011100110 | eee98eabeca8b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)