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 | スロリウ省レ | 10111101110110111101100010110011100011111100100011011010 | bddbd8b38fc8da |
EUC-JP | スロリウ省レ | 100011101011110110001110110110111000111011011000100011101011001110111110110010101000111011011010 | 8ebd8edb8ed88eb3beca8eda |
UTF-8 | スロリウ省レ | 111011111011110110111101111011111011111010011011111011111011111010011000111011111011110110110011111001111001110010000001111011111011111010011010 | efbdbdefbe9befbe98efbdb3e79c81efbe9a |
UHC | ????省? | 00111111001111110011111100111111111000001111110100111111 | 3f3f3f3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)