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 | ?????BU | 00111111001111110011111100111111001111110100001001010101 | 3f3f3f3f3f4255 |
SJIS-WIN | テつ津つ「BU | 11000011100000101100001010010010110000111000001011000010101000100100001001010101 | c382c292c382c2a24255 |
EUC-JP | テつ津つ「BU | 100011101100001110100100110001001100010011000101101001001100010010001110101000100100001001010101 | 8ec3a4c4c4c5a4c48ea24255 |
UTF-8 | テつ津つ「BU | 1110111110111110100000111110001110000001101001001110011010110100101001011110001110000001101001001110111110111101101000100100001001010101 | efbe83e381a4e6b4a5e381a4efbda24255 |
UHC | ?つ津つ?BU | 00111111101010101100010011110010110100001010101011000100001111110100001001010101 | 3faac4f2d0aac43f4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)