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 | 硝ヲ叱上ユ磁 | 10001111110010011010011010001110101101101000111111100011110101011000111010100101 | 8fc9a68eb68fe3d58ea5 |
EUC-JP | 硝ヲ叱上ユ磁 | 101111101100101110001110101001101011110010111000101111101110010110001110110101011011110010100111 | becb8ea6bcb8bee58ed5bca7 |
UTF-8 | 硝ヲ叱上ユ磁 | 111001111010000110011101111011111011110110100110111001011000111110110001111001001011100010001010111011111011111010010101111001111010001110000001 | e7a19defbda6e58fb1e4b88aefbe95e7a381 |
UHC | 硝?叱上?磁 | 11110101101001100011111111110010111010101101111110111110001111111110110110111000 | f5a63ff2eadfbe3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)