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 | 場ロシォ省ア | 1000111111101010110110111011110010101011100011111100100010110001 | 8feadbbcab8fc8b1 |
EUC-JP | 場ロシォ省ア | 101111101110110010001110110110111000111010111100100011101010101110111110110010101000111010110001 | beec8edb8ebc8eabbeca8eb1 |
UTF-8 | 場ロシォ省ア | 111001011010000010110100111011111011111010011011111011111011110110111100111011111011110110101011111001111001110010000001111011111011110110110001 | e5a0b4efbe9befbdbcefbdabe79c81efbdb1 |
UHC | 場???省? | 1110110111011110001111110011111100111111111000001111110100111111 | edde3f3f3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)