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 | 褥ワ?饒?? | 111001011111000110000011100011110011111111101001011000000011111100111111 | e5f1838f3fe9603f3f |
EUC-JP | 褥ワ?饒?? | 111010101111001110100101111011110011111111110001110000010011111100111111 | eaf3a5ef3ff1c13f3f |
UTF-8 | 褥ワ풊饒볩스 | 111010001010010010100101111000111000001110101111111011011001001010001010111010011010010110010010111010111011001110101001111011001000101010100100 | e8a4a5e383afed928ae9a592ebb3a9ec8aa4 |
UHC | 褥ワ풊饒볩스 | 111010011011001110101011111011111011111010010000111010011010111010010011111011111011110110111010 | e9b3abefbe90e9ae93efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)